/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.social-wrap{
    margin-bottom:20px;
}
.social-box{
    background: #de353c;
    width:100%;
    text-align: left;
    padding:10px 0;
    white-space: nowrap;
}
.social-box >li{
    display: inline-block;
}
.social-box >li a{
    margin:0 5px;
    width:35px;
    height:35px;
    line-height: 35px;
    background: #982220;
    display:block;
    text-align: center;
    color:#fff !important;
}
.social-box >li a:hover{
    background:#fff;
    color:#000 !important;
}
.support-title{
    vertical-align: middle !important;
}
.support-title span{
    margin-top:-5px;
    display: block;
    color:#fff;
    margin-left:10px;
}
.tbl{
    display: table;
    table-layout: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
}

.tblcl{
    display: table-cell;
    vertical-align: top;
}
.footer_top{
    padding:0;
}
.column1{
    position: relative;
}
.column2,.column3,.column4{
    padding:60px 0;
}
.column1{
    padding-bottom:115px;
    background: #121212;
}
.column1 .column_inner{
    padding:0 !important;
}
.column1:before{
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    width:999px;
    right:100%;
    background: #121212;
    border-top:55px solid #de353c;
}
.support-list{
    padding-right:15px;
}

@media (max-width:968px){
    .column1,.column2,.column3,.column4{
        width:100%;
        float: none;
    }
}